From 56fa2d3e4f123efce302b1e0ea276aec77d0abb3 Mon Sep 17 00:00:00 2001 From: "Karl O. Pinc" Date: Thu, 5 Dec 2019 13:06:24 -0600 Subject: [PATCH] Add pgwui_upload to things pip looks for --- pip_setup | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pip_setup b/pip_setup index aaf00d0..f36cf74 100644 --- a/pip_setup +++ b/pip_setup @@ -2,4 +2,4 @@ # All the places to find pgwui components so that venvs can be # instantiated. -export PIP_FIND_LINKS='../../pgwui_common/PGWUI_Common/dist/ ../../pgwui_core/PGWUI_Core/dist/ ../../pgwui_logout/PGWUI_Logout/dist ../../pgwui_server/PGWUI_Server/dist/ ../../pgwui_testing/PGWUI_Testing/dist' \ No newline at end of file +export PIP_FIND_LINKS='../../pgwui_common/PGWUI_Common/dist/ ../../pgwui_core/PGWUI_Core/dist/ ../../pgwui_logout/PGWUI_Logout/dist ../../pgwui_server/PGWUI_Server/dist/ ../../pgwui_upload/PGWUI_Upload/dist ../../pgwui_testing/PGWUI_Testing/dist' \ No newline at end of file -- 2.34.1